home *** CD-ROM | disk | FTP | other *** search
- object frmMenu: TfrmMenu
- Left = 200
- Top = 162
- BorderStyle = bsNone
- Caption = 'frmMenu'
- ClientHeight = 20
- ClientWidth = 586
- Color = clWhite
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object shpMenu: TShape
- Left = 0
- Top = -1
- Width = 581
- Height = 21
- OnMouseUp = shpMenuMouseUp
- end
- object lblProject: TLabel
- Left = 20
- Top = 4
- Width = 33
- Height = 13
- Alignment = taCenter
- Caption = 'Project'
- OnClick = lblProjectClick
- OnMouseMove = lblProjectMouseMove
- end
- object lblSettings: TLabel
- Left = 70
- Top = 4
- Width = 38
- Height = 13
- Alignment = taCenter
- Caption = 'Settings'
- OnClick = lblSettingsClick
- OnMouseMove = lblSettingsMouseMove
- end
- object ApplicationEvents1: TApplicationEvents
- OnDeactivate = ApplicationEvents1Deactivate
- Left = 480
- end
- end
-